* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  line-height: 1;
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol {
  margin: 0 -10px;
  *zoom: 1;
}
.mycol:before,
.mycol:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol .col {
  float: left;
  padding: 0 10px;
  text-align: center;
}
.mycol .col img {
  max-width: 100%;
}
.mycol2 {
  margin: 0 -6.5vw;
  *zoom: 1;
}
.mycol2:before,
.mycol2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol2 .col {
  float: left;
  padding: 0 6.5vw;
  text-align: center;
}
.mycol2 .col img {
  max-width: 100%;
}
.mycol-2 .col {
  width: 50%;
}
.mycol-3 .col {
  width: 33.33333%;
}
.mycol-4 .col {
  width: 25%;
}
.mycol-5 .col {
  width: 20%;
}
.box {
  display: block;
}
.center-fa {
  position: relative;
}
.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,50%);
}
.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-fa .centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.center-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
}
.center-img-hover img {
  transition: all .3s;
}
.center-img-hover:hover img {
  transform: translate(-50%,-50%) scale(1.05);
}
.full-img {
  width: 100%;
  height: 0;
  position: relative;
}
.full-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lr-ti li {
  overflow: hidden;
}
.lr-ti li > div {
  width: 50%;
  height: 100%;
  float: left;
}
.lr-ti li > div .box > div {
  width: 100%;
}
.lr-ti li:nth-child(2n) > div {
  float: right;
}
.hvr-color {
  transition: all .3s;
}
.hvr-color:hover {
  color: #ea925e;
}
.w {
  width: 1400px;
  margin: 0 auto;
  *zoom: 1;
}
.w:before,
.w:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
  *zoom: 1;
}
.w1600:before,
.w1600:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-left {
  background-position: left center;
  background-repeat: no-repeat;
}
.imgs-btn img {
  cursor: zoom-in;
}
.com-padding {
  padding-top: 60px;
  padding-bottom: 70px;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.p-color {
  color: #999;
}
.tsi {
  transition: all .3s;
}
.com-bg {
  background-color: #f4f4f4;
}
.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.com-title {
  text-align: center;
}
.com-title h3 {
  height: 60px;
  font-size: 36px;
  position: relative;
}
.com-title h3:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  margin-left: -30px;
  border-bottom: 3px solid #ea925e;
}
.com-title p {
  margin-bottom: 44px;
  letter-spacing: 4px;
}
.com-title .more {
  display: block;
  margin-bottom: 30px;
  margin-top: -20px;
  color: #ea925e;
  font-size: 14px;
}
.position {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 14px;
  transition: all .3s;
  background-color: #f4f4f4;
}
.position.top {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #ddd;
}
.position .nav a {
  display: inline-block;
  width: 115px;
  text-align: center;
  color: #333;
  transition: all .3s;
}
.position .nav a.active {
  background: #ea925e;
}
.position .pos > a,
.position .w > a {
  transition: all .3s;
}
.position .pos > a:hover,
.position .w > a:hover {
  color: #ea925e;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  padding: 0 6.5vw;
  border-bottom: 1px solid rgba(238,238,238,0.25);
  z-index: 999;
}
.header.top {
  position: fixed;
  left: 0;
  top: 30px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 1000;
}
.header.top li > a {
  height: 60px !important;
  color: #333 !important;
}
.header.top li > a:hover {
  color: #ea925e !important;
}
.header.top.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header .logo {
  width: 190px;
  position: relative;
}
.header .logo a {
  display: block;
  font-size: 0;
}
.header .logo a img {
  height: 40px;
}
.header .logo p {
  width: 230px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  color: #666;
  font-size: 16px;
}
.header .logo p span {
  display: block;
  height: 30px;
  color: #333;
  font-size: 20px;
}
.header .nav {
  width: calc(100% - 585px);
  height: 100%;
  text-align: right;
}
.header .nav ul {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header .nav li {
  display: inline-block;
  margin-right: 2.5vw;
  position: relative;
}
.header .nav li > a {
  height: 100px;
  color: #afafaf;
  display: block;
  transition: all .3s;
  position: relative;
}
.header .nav li > a span {
  display: block;
  transition: all .3s;
}
.header .nav li > a .en {
  position: absolute;
  left: 50%;
  bottom: -5px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-50%);
  transition: bottom .3s, opacity .3s;
  text-transform: uppercase;
  font-size: 14px;
}
.header .nav li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  border-top: 4px solid #ea925e;
  transform: scaleX(0);
  z-index: 2;
  transition: all .3s;
}
.header .nav li:hover > a,
.header .nav li.active > a {
  color: #fff;
}
.header .nav li:hover > a .en,
.header .nav li.active > a .en {
  height: auto;
  bottom: 0;
  opacity: 1;
}
.header .nav li:hover > a .cn,
.header .nav li.active > a .cn {
  margin-top: -5px;
  opacity: 0;
}
.header .nav li:hover > a:after,
.header .nav li.active > a:after {
  transform: scaleX(1);
}
.header .nav .subnav {
  position: absolute;
  left: 0;
  bottom: -30px;
  transform: translate(0,100%);
  width: auto;
  height: 0;
  overflow: hidden;
  background: #ea925e;
  opacity: 0;
  line-height: 40px;
  white-space: nowrap;
  transition: bottom .5s, opacity .5s;
  text-align: center;
  z-index: 2;
}
/*.header .nav .subnav:after {
  content: '';
  position: fixed;
  top: 100px;
  left: 0;
  width: 1920px;
  height: 40px;
  background: #ea925e;
  z-index: 1;
}*/
.header .nav .subnav > a {
  line-height: 1;
  padding: 20px 10px;
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}
.header .nav .subnav > a:hover {
  color: #ea925e;
  background: #f4f4f4;
}
.header .nav li:hover .subnav {
  height: auto;
  bottom: 0;
  opacity: 1;
}
.header .phone {
  font-size: 0;
}
.header .phone p {
  float: left;
  height: 100%;
  padding-left: 35px;
  color: #afafaf;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  background: url(../images/icon_phone01.png) left center no-repeat;
}
.header .phone > a {
  margin: 0 10px;
  position: relative;
}
.header .phone .car .car-sub,
.header .phone .wx .wx-sub {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -70px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translate(-50%, 100%);
  transition: bottom .3s, opacity .3s;
  z-index: 2;
}
.header .phone .wx {
  height: 100%;
}
.header .phone .wx:hover .wx-sub {
  width: auto;
  opacity: 1;
  bottom: -50px;
}
.header .phone .car:hover .car-sub {
  width: 150px;
  padding: 10px 20px;
  opacity: 1;
  bottom: 0;
  text-align: center;
}
.header .phone .wx .wx-sub img {
  width: 120px;
}
.header .phone .en {
  height: 100%;
  color: #ed9f6c;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
.header .phone .car {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
.header .phone .car i {
  display: block;
  color: #ed9f6c;
  vertical-align: middle;
}
.header .phone .car .car-sub {
  background: #fff;
}
.header .phone .car .car-sub a {
  display: block;
  line-height: 50px;
}
.header .phone .car .car-sub a ~ a {
  border-top: 1px solid #ebebeb;
}
.header .phone .car .car-sub a img {
  filter: grayscale(100%);
}
.header .phone .car .car-sub a:hover img {
  filter: grayscale(0);
}
.header .phone .car .car-sub a:hover {
  color: #ea925e;
}
.header .phone .search {
  float: left;
  height: 100%;
  position: relative;
}
.header .phone .search span {
  display: block;
  height: 100%;
  margin: 0 10px;
  margin-left: 30px;
}
.header .phone form {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  width: 235px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, .7);
  border-top: 1px solid #ea925e;
  text-align: center;
  z-index: 2;
}
.header .phone form input {
  display: inline-block;
  background: #fff;
}
.header .phone form .key {
  width: 205px;
  height: 40px;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 70px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.header .phone form .sub {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
}
.page-header .static {
  position: relative;
  background: #191919;
}
.page-header .static .subnav {
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #ea925e;
}
.swiper-pagination.swiper-pagination {
  bottom: 0;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ea925e;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.index-banner {
  width: 100%;
}
.index-banner .w {
  position: relative;
  height: 80px;
  line-height: 80px;
  top: -80px;
  margin-bottom: -80px;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination.swiper-pagination {
  bottom: 0;
  right: 0;
  color: #ea925e;
  font-size: 20px;
  text-align: right;
  padding-right: 50px;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  left: auto;
  right: 100px;
  margin-top: -15px;
  background: none;
}
.index-banner .swiper-button-next {
  right: 10px;
}
.index-banner .bamouse {
  width: 27px;
  height: 39px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 75px;
  background: url(../images/mouse.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.index-banner .bamouse .ico {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
  background-image: url(../images/mouse2.png);
  background-position: center 0;
  background-repeat: no-repeat;
  animation: mouse 3s linear alternate infinite;
  -webkit-animation: mouse 3s linear alternate infinite;
}
@keyframes mouse {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 15px;
  }
}
.index-join .main li .txt {
  text-align: left;
}
.index-join .main li .txt h4 {
  height: 45px;
  font-size: 28px;
}
.index-join .main li .txt p {
  height: 45px;
  color: #999;
}
.index-join .main li .img {
  text-align: left;
  position: relative;
}
.index-join .main li .img > img {
  width: 100%;
}
.index-join .main li .img .t {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.index-join .main li .img .t h5 {
  height: 45px;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
.index-product .nav li {
  height: 590px;
  padding: 6.5vw 0px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
.index-product .nav li:before,
.index-product .nav li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 80px;
  border-left: 1px solid #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: all .3s;
}
.index-product .nav li:after {
  top: auto;
  bottom: 0;
  transform-origin: bottom;
}
.index-product .nav li:hover {
  padding: 8.5vw 0px;
}
.index-product .nav li:hover:before,
.index-product .nav li:hover:after {
  transform: scaleY(1);
}
.index-product .nav li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: -1;
}
.index-product .nav li .pic img {
  opacity: .3;
  transition: all .3s;
  filter: grayscale(100%);
}
.index-product .nav li:hover .pic img {
  opacity: .7;
  filter: grayscale(0%);
}
.index-product .nav li .img {
  height: 130px;
}
.index-product .nav li .txt h2 {
  height: 30px;
  color: #ea925e;
  font-size: 24px;
}
.index-product .nav li .txt p {
  height: 35px;
  font-size: 14px;
  opacity: .5;
}
.index-product .nav li .txt h4 {
  height: 90px;
  font-size: 32px;
}
.index-product .nav li .more {
  display: inline-block;
  width: 140px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #fff;
  transition: all .3s;
}
.index-product .nav li:hover .more {
  background: #ea925e;
  border-color: #ea925e;
}
.index-about .main img {
  width: 100%;
}
.index-about .main .txt {
  padding-left: 2.75vw;
  text-align: left;
}
.index-about .main .txt h4 {
  height: 2vw;
  min-height: 30px;
  color: #ea925e;
}
.index-about .main .txt p {
  height: 4.25vw;
  color: #fff;
  font-size: 24px;
}
.index-about .main .more {
  display: block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  transition: all .3s;
}
.index-about .main li:hover .more {
  background: #ea925e;
  border-color: #ea925e;
}
.index-news {
  padding-top: 8.5vw;
}
.index-news .title {
  color: #ea925e;
  text-align: left;
}
.index-news .title h3 {
  height: 55px;
  font-size: 32px;
}
.index-news .title h4 {
  height: 70px;
  font-size: 36px;
}
.index-news .title p {
  height: 75px;
  color: #fff;
  font-size: 18px;
}
.index-news .nav a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  padding: 0 30px;
  border: 1px solid transparent;
  transition: all .3s;
}
.index-news .nav a:hover,
.index-news .nav a.active {
  border-color: #fff;
}
.index-news .main {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-top: 1px dashed rgba(190,190,190,0.5);
  transition: all .3s;
}
.index-news .main.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.index-news .main li {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(190,190,190,0.5);
}
.index-news .main li .img {
  width: 330px;
  height: 200px;
}
.index-news .main li .img img {
  height: 100%;
}
.index-news .main li .txt {
  width: calc(100% - 330px);
  padding-left: 3vw;
  padding-right: 160px;
  color: #cdcdcd;
  position: relative;
}
.index-news .main li .txt h4 {
  height: 22px;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 20px;
}
.index-news .main li .txt p {
  height: 75px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -5px;
  font-size: 14px;
}
.index-news .main li .txt span {
  color: #fff;
}
.index-news .main li .txt .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.index-news .main li .txt .more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index_nes_bg2.png) center no-repeat;
  background-size: 100% 100%;
  animation: spin 6s linear infinite;
}
.index-news .main li .txt .more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%,-50%) rotate(-45deg);
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.product .nav {
  height: 9vw;
  text-align: center;
}
.product .nav a {
  display: inline-block;
  height: 9vw;
  padding-top: 4vw;
  margin: 0 2vw;
  font-size: 18px;
  position: relative;
}
.product .nav a img {
  margin-right: 15px;
  filter: grayscale(100%);
  transition: all .3s;
}
.product .nav a:hover img,
.product .nav a.active img {
  filter: grayscale(0);
}
.product .nav a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 0;
  width: 0;
  border-bottom: 4px solid #ea925e;
  transition: bottom .3s;
}
.product .nav a.active:after,
.product .nav a:hover:after {
  width: 100%;
  bottom: 0;
  opacity: 1;
}
.product .main li {
  margin-bottom: 20px;
}
.product .main li .box {
  height: 360px;
  background: #323232;
}
.product .main li .img {
  width: 310px;
  height: 100%;
  line-height: 360px;
}
.product .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.product .main li .txt {
  width: calc(100% - 310px);
  text-align: left;
  padding: 100px 2vw 0;
}
.product .main li .txt h4 {
  height: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ea925e;
  font-size: 24px;
}
.product .main li .txt p {
  height: 90px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #fff;
  overflow: hidden;
}
.product .main li .txt .more {
  display: block;
  width: 150px;
  line-height: 40px;
  text-align: center;
  color: #ea925e;
  font-size: 14px;
  border: 1px solid #ea925e;
  position: relative;
  z-index: 2;
  transition: all .3s;
}
.product .main li .txt .more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ea925e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .3s;
  z-index: -1;
}
.product .main li:hover .more {
  color: #333;
}
.product .main li:hover .more:after {
  transform: scaleX(1);
}
.case li .img {
  padding-bottom: 70%;
}
.case li h4 {
  line-height: 65px;
  font-size: 14px;
}
.page-title {
  text-align: center;
}
.page-title h3 {
  height: 50px;
  font-size: 36px;
}
.page-title.join-title h3 {
  height: 60px;
  font-size: 42px;
}
.page-title p {
  height: 55px;
  color: #ea925e;
}
.page-title.join-title p {
  height: 85px;
}
.page-title.t2 {
  text-align: left;
  color: #fff;
}
.page-title.t2 p {
  color: #fff;
}
.join-require .main ul.mycol {
  margin: 0 -2.5vw;
}
.join-require .main li.col {
  padding: 0 2.5vw;
}
.join-require .main .box {
  padding: 2.5vw 3.5vw;
  background: #313131;
  text-align: left;
  color: #ea925e;
}
.join-require .main .box h4 {
  height: 35px;
  font-size: 28px;
}
.join-require .main .box h5 {
  height: 40px;
  font-size: 14px;
}
.join-require .main .box img {
  width: 100%;
  margin-bottom: 30px;
}
.join-require .main .box .con,
.join-require .main .box .con p {
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.join-require .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 3.5vw auto 0;
  text-align: center;
  color: #ea925e;
  font-size: 14px;
  background: #313131;
}
.join-policy .main {
  position: relative;
  top: -145px;
  margin-bottom: -145px;
  margin-left: 270px;
  width: calc("~100% - 270px");
  padding: 60px 0;
  background: url(../images/join_policy_bg02.png) 42% top no-repeat;
  background-size: auto 100%;
  *zoom: 1;
}
.join-policy .main:before,
.join-policy .main:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.join-policy .main li {
  float: left;
  width: 50%;
  margin-right: 1%;
  padding-left: 30px;
  border-left: 7px solid #ea925e;
  color: #fff;
  position: relative;
}
.join-policy .main li:nth-child(2n - 1) {
  float: right;
}
.join-policy .main li h4 {
  height: 50px;
  font-size: 22px;
  font-weight: 700;
}
.join-policy .main li .con {
  width: 90%;
}
.join-policy .main li .con p {
  line-height: 30px;
}
.join-policy .main li span {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #ea925e;
  font-size: 38px;
  border: 1px solid #ea925e;
  border-radius: 50%;
  background: #fff;
}
.join-policy .main li:nth-child(2n - 1) span {
  right: auto;
  left: -140px;
}
.join-after .main li:nth-child(2) {
  padding-top: 5vw;
}
.join-after .main li:nth-child(3) {
  padding-top: 2.5vw;
}
.join-after .main li:nth-child(4) {
  padding-top: 7.5vw;
}
.join-after .main li .box {
  padding: 3vw 2vw 0;
  background: #313131;
  border-bottom: 15px solid #ea925e;
  text-align: left;
}
.join-after .main li h4 {
  height: 50px;
  color: #ea925e;
  font-size: 20px;
  border-bottom: 1px solid #626262;
}
.join-after .main li .con {
  height: 250px;
  padding-top: 1.2vw;
  overflow: hidden;
}
.join-after .main li .con p {
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.join-after .tel {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.join-form .t2 p {
  height: 55px;
  color: #ea925e;
}
.join-form .main {
  width: 50%;
}
.join-form .main input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  font-size: 14px;
  border: 1px solid #ea925e;
  background-color: #fff;
}
.join-form .main textarea {
  width: 100%;
  height: 160px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ea925e;
  background-color: #fff;
}
.join-form .main .sub {
  display: block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  margin-top: 4vw;
  background: #ea925e;
}
.solution .main li {
  height: 400px;
  margin-bottom: 5.5vw;
}
.solution .main li .img {
  height: 100%;
}
.solution .main li .img img {
  height: 100%;
}
.solution .main li .txt {
  height: 100%;
  padding-left: 4vw;
}
.solution .main li .txt h4 {
  padding-bottom: 1vw;
  font-size: 28px;
}
.solution .main li .txt h5 {
  padding-bottom: 1vw;
  margin-bottom: 1.5vw;
  color: #898989;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.solution .main li .txt .con p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.solution .main li .txt .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin-top: 15px;
  text-align: center;
  background: #ea925e;
}
.solution .main li:nth-child(2n) .txt {
  padding-left: 0;
}
.solution .main li:nth-child(2n) .txt .box {
  padding-right: 4vw;
}
.service-after .main {
  margin-top: 30px;
}
.service-after .main li .box {
  padding: 3.75vw 1.5vw 0;
  background: #fff;
  position: relative;
  text-align: left;
}
.service-after .main li .box span {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #ea925e;
  border-radius: 50%;
}
.service-after .main li h5 {
  height: 45px;
  color: #ea925e;
  font-size: 18px;
}
.service-after .main li h4 {
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}
.service-after .main li h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 3px solid #ea925e;
}
.service-after .main li .con {
  height: 200px;
  overflow: hidden;
}
.service-after .main li .con p {
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
}
.service-form .main img {
  width: 100%;
  margin-bottom: 30px;
}
.service-form .main input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #eee;
}
.service-form .main textarea {
  width: 100%;
  height: 190px;
  padding: 25px 20px;
  margin-top: 20px;
  background: #eee;
}
.service-form .main .sub {
  display: block;
  width: 160px;
  line-height: 50px;
  margin: 3.25vw auto 0;
  text-align: center;
  background: #ea925e;
}
.service-nav {
  margin-top: 1vw;
  margin-bottom: 2.5vw;
  text-align: center;
}
.service-nav a {
  display: inline-block;
  margin: 0 15px;
  width: 100px;
  line-height: 40px;
}
.service-nav a.active {
  background: #ea925e;
}
.video .main li .img {
  padding-bottom: 65%;
  position: relative;
}
.video .main li .img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_play01.png) center no-repeat;
  background-color: rgba(0,0,0,0.2);
}
.video .main li h4 {
  line-height: 55px;
  margin-bottom: 20px;
  font-size: 14px;
}
.down .main {
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.down .main li .box {
  height: 56px;
  line-height: 56px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
.down .main li h4 {
  font-size: 14px;
}
.faq .main li {
  padding-top: 24px;
}
.faq .main li h4 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.faq .main li h4 span {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #333;
  text-align: center;
  background: #ea925e;
  border-radius: 50%;
  margin-right: 10px;
}
.faq .main li p {
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  padding-top: 14px;
  border-bottom: 1px dashed #dcdcdc;
}
.news-detail {
  padding-bottom: 50px;
}
.news-detail .main {
  width: calc(100% - 340px);
}
.news-detail .main img {
  max-width: 100%;
}
.news-detail .title {
  text-align: center;
}
.news-detail .title h3 {
  line-height: 42px;
  padding-bottom: 10px;
  font-size: 30px;
}
.news-detail .title p {
  height: 60px;
  color: #666;
  font-size: 14px;
}
.news-detail .content {
  padding: 70px 80px;
  background: #fff;
}
.news-detail .content .con {
  min-height: 100px;
  line-height: 30px;
  margin-bottom: 60px;
}
.news-detail .content .con img {
  max-width: 100%;
}
.news-detail .more {
  height: 110px;
  padding: 20px;
  margin-top: 35px;
  background: #fff;
  position: relative;
}
.news-detail .more p {
  line-height: 35px;
}
.news-detail .more p a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  transition: all .3s;
}
.news-detail .more p a:hover {
  color: #ea925e;
}
.news-detail .more p {
  display: block;
}
.news-detail .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 150px;
  line-height: 45px;
  margin-top: -23px;
  text-align: center;
  background: #ea925e;
  border-radius: 5px;
}
.news-detail .side {
  width: 320px;
}
.news-detail .latest {
  padding: 40px 30px;
  margin-bottom: 20px;
  background: #fff;
}
.news-detail .latest h5 {
  font-size: 20px;
}
.news-detail .latest li {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.news-detail .latest h6 {
  margin-bottom: 10px;
  transition: all .3s;
}
.news-detail .latest li:hover h6 {
  color: #ea925e;
}
.news-detail .latest p span {
  color: #ea925e;
}
.news-detail .pro {
  margin-top: 35px;
}
.news-detail .pro h5 {
  height: 30px;
  padding-left: 20px;
  font-size: 20px;
}
.news-detail .pro li .img {
  background: #fff;
  text-align: center;
}
.news-detail .pro li img {
  max-width: 100%;
}
.news-detail .pro li h6 {
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}
.news-detail .pro li:hover h6 {
  color: #ea925e;
}
.page-nav {
  text-align: center;
  height: 61px;
  line-height: 60px;
  font-size: 0;
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
}
.page-nav li {
  display: inline-block;
  position: relative;
}
.page-nav li > a {
  display: block;
  padding: 0 1.75vw;
  color: #999;
  font-size: 16px;
  transition: all .3s;
}
.page-nav li > a:hover,
.page-nav li > a.active {
  color: #ea925e;
  border-bottom: 1px solid #ea925e;
}
.page-nav li .subnav {
  position: absolute;
  left: 0;
  transform: translateY(100%);
  width: 220px;
  padding: 0 8px;
  margin-bottom: -2px;
  line-height: 50px;
  text-align: left;
  background: #fff;
  border: 1px solid #f5f1e8;
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  bottom: -30px;
  opacity: 0;
  transition: all .3s;
}
.page-nav li .subnav a {
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  border-radius: 5px;
  transition: all .3s;
}
.page-nav li .subnav a ~ a {
  border-top: 1px solid #ddd;
}
.page-nav li .subnav a:hover {
  color: #fff;
  background: #ea925e;
}
.page-nav li:hover .subnav {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.pro-detail {
  background: #323232;
}
.pro-detail .img {
  width: 50%;
  height: 430px;
  line-height: 430px;
  text-align: center;
}
.pro-detail .img .swiper-container {
  height: 100%;
}
.pro-detail .img .box {
  height: 100%;
}
.pro-detail .img img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .txt {
  width: 50%;
  padding-top: 2vw;
  color: #fff;
}
.pro-detail .txt h3 {
  padding-bottom: 1vw;
  color: #ea925e;
  font-size: 24px;
}
.pro-detail .txt h4 {
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #fff;
}
.pro-detail .txt .con {
  min-height: 136px;
  padding-top: 20px;
}
.pro-detail .txt .con p {
  line-height: 34px;
  font-size: 14px;
}
.pro-detail .txt .more a {
  display: inline-block;
  width: 150px;
  line-height: 45px;
  margin-right: 30px;
  text-align: center;
  color: #333;
  background: #ea925e;
  vertical-align: middle;
}
.pro-detail .txt .more span {
  vertical-align: middle;
}
.pro-detail .txt .more span i {
  font-size: 24px;
}
.pro-detail .swiper-pagination.swiper-pagination {
  height: 30px;
  line-height: 1;
}
.pro-content .con {
  width: 100%;
}
.pro-content .con img {
  max-width: 100%;
}
.recom .title {
  height: 80px;
  font-size: 30px;
}
.recom .title span {
  color: #666;
  font-size: 18px;
}
.case-detail {
  background-color: #f4f4f4;
}
.case-detail .box {
  height: 430px;
}
.case-detail .img img {
  height: 100%;
  max-width: none;
  max-height: none;
}
.case-detail .txt {
  padding-left: 6vw;
  color: #333;
}
.about-story .main li {
  height: 710px;
  margin-bottom: 60px;
}
.about-story .main li .img {
  width: calc(50% - 3vw);
  margin-left: 3vw;
}
.about-story .main li:nth-child(2n) .img {
  margin-left: 0;
  margin-right: 3vw;
}
.about-story .main li .txt .box {
  padding-right: 3vw;
}
.about-story .main li .txt h5 {
  padding-bottom: 20px;
  color: #ea925e;
  font-size: 28px;
}
.about-story .main li .txt h4 {
  height: 70px;
  margin-bottom: 40px;
  font-size: 28px;
  position: relative;
}
.about-story .main li .txt h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 3px solid #ea925e;
}
.about-story .main li .txt .con p {
  line-height: 28px;
  color: #666;
  font-size: 14px;
}
.about-story .main li:nth-child(2n) .txt .box {
  padding-right: 0;
  padding-left: 3vw;
}
.about .top li.row {
  height: 500px;
}
.about .top li.row .img {
  padding-left: 2.5vw;
}
.about .top li.row:nth-child(2n) .img {
  padding-left: 0;
  padding-right: 2.5vw;
}
.about .top li.row .txt {
  padding-right: 2.5vw;
}
.about .top li.row .txt .box {
  height: 100%;
}
.about .top li.row .txt h4 {
  padding-bottom: 1.5vw;
  font-size: 36px;
}
.about .top li.row .txt h5 {
  height: 50px;
  color: #666;
  font-size: 16px;
}
.about .top li.row .txt .con {
  line-height: 30px;
  font-size: 14px;
}
.about .top li.row:nth-child(2n) .txt {
  padding-right: 0;
  padding-left: 2.5vw;
}
.about .main li.row {
  height: 370px;
  margin-bottom: 20px;
}
.about .main li.row .img {
  padding-left: 2.5vw;
}
.about .main li.row:nth-child(2n - 1) .img {
  padding-left: 0;
  padding-right: 2.5vw;
}
.about .main li.row .txt {
  padding-right: 2.5vw;
}
.about .main li.row .txt .box {
  height: 100%;
}
.about .main li.row .txt h4 {
  padding-bottom: 1.5vw;
  font-size: 28px;
}
.about .main li.row .txt h5 {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
}
.about .main li.row .txt li {
  display: inline-block;
  margin-right: 4.5vw;
  text-align: center;
}
.about .main li.row .txt li h6 {
  height: 48px;
  color: #ea925e;
  font-size: 38px;
}
.about .main li.row .txt li span {
  font-size: 14px;
}
.about .main li.row:nth-child(2n -1) .txt {
  padding-right: 0;
  padding-left: 2.5vw;
}
.about-culture .main .row {
  height: 290px;
  margin-bottom: 30px;
}
.about-culture .main .row .txt {
  padding-left: 5vw;
}
.about-culture .main .row .txt .box {
  height: 100%;
}
.about-culture .main .row h5 {
  height: 55px;
  color: #ea925e;
  font-size: 28px;
}
.about-culture .main .row h4 {
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}
.about-culture .main .row h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 3px solid #e5e5e5;
}
.about-culture .main .row .con p {
  font-size: 14px;
  line-height: 25px;
}
.about-honor .main li .img {
  height: 250px;
  line-height: 250px;
  border: 1px solid #d2d2d2;
}
.about-honor .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-honor .main li h4 {
  color: #292b3e;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.about-honor .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 60px auto 0;
  text-align: center;
  background: #ea925e;
}
.about-cert .main li {
  margin-bottom: 20px;
}
.about-cert .main li .img {
  height: 340px;
  line-height: 340px;
  border: 1px solid #d2d2d2;
}
.about-cert .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-cert .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 60px auto 0;
  text-align: center;
  background: #ea925e;
}
.about-history {
  background-size: 100% auto;
  background-attachment: fixed;
}
.about-history .page-title * {
  color: #fff;
}
#timeLine{
    width: 1200px;
    margin: 0 auto;
    /*border:  solid 1px #434343;*/
    /*background: rgba(500,500,500,0.9);*/
/*     overflow: hidden; */

}

#yearList{
    width: 1000%;
    list-style: none;
    position: relative;
    padding-left: 400px;
    /*left: 457px;*/
    z-index: 3;

}
.xia_bg{ position: absolute; left: -3%; top: 80px;  background: url(../images/fzlc_bg_xian.png) repeat-x 11px 0px; width: 100%; height: 11px; }


#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding: 30px 0px;
    width: 400px;
}
.dotted-line{
    border-bottom: dashed 2px  #7b7d7b;
    position: relative;
    top: -26px;
    z-index: -1;
}
#cList{
    width: 100%;
    position: relative;
}
#btnLeft{
    z-index: 99;
    width: 34px; height: 34px;
    display: inline-block;
    position: absolute;
    left: 33%;
    top: 400px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 34px;
    background:url(../images/left_ico.png) no-repeat center;
    text-decoration: none;
}
#btnRight{
    z-index: 99;
    width: 34px; height: 34px;
    display: inline-block;
    position: absolute;
    right: 33%;
    top: 400px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 34px;
    background:url(../images/right_ico.png) no-repeat center;
    text-decoration: none;
}
#btnLeft:hover{
    background:url(../images/left_ico_on.png) no-repeat center;
}
#btnRight:hover{
    background:url(../images/right_ico_on.png) no-repeat center;
}
#cUl{
    width: 100%;
    list-style: none;
    height: 300px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 100%;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 30px auto 10px;
}
.container-li{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-li-left{
    width: 40%;
    float: left;
}
.c-li-right{
    width: 60%;
    float: right;
}
.year-active{
    color: #fff;
}

.container-li h4 {font-size:40px;line-height:100%;color:#fff;font-weight:bold;width: 40%; height: 300px; line-height: 120px; background-color: #fff; display:inline-block;text-align:center;}
.container-li h4 img {
  height: 100%;
}
.container-li .fzlc_cont{height: 70px; text-align: left; font-size:22px;color:#333;background-color: #fff; line-height:35px;width:60%;height: 300px; padding:50px 65px;}
#yearList li{ position: relative; color: #fff;margin-top: 80px;}
#yearList li i{ display: block; position: absolute; top: 10px; left: 50%; width: 81px; height: 0px; margin-left: -40.5px; background: url(../images/chufa.png) no-repeat; transition: 0.8s;}
#yearList li:hover i{ height: 30px; top: -20px;}
#yearList li.year-active i{ height: 30px; top: -20px; }
#yearList li.year-active{ color: #fff; }

.about-photo li {
  overflow: hidden;
}
.about-photo li img {
  width: 100%;
  transition: all .3s;
}
.about-photo li:hover img {
  transform: scale(1.02);
}
.about-swiper .main {
  position: relative;
}
.about-swiper .swiper-button-next,
.about-swiper .swiper-button-prev {
  left: -60px;
  width: 36px;
  height: 36px;
  background: none;
  border: 3px solid #dee3ef;
}
.about-swiper .swiper-button-next:hover,
.about-swiper .swiper-button-prev:hover {
  background: #ea925e;
  border-color: #ea925e;
}
.about-swiper .swiper-button-next {
  left: auto;
  right: -60px;
}
.about-swiper .swiper-button-next:after,
.about-swiper .swiper-button-prev:after {
  width: 6px;
  height: 6px;
  border-color: #576077;
}
.about-swiper .swiper-button-next:hover:after,
.about-swiper .swiper-button-prev:hover:after {
  border-color: #fff;
}
.com-pages {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 700;
  background: #d6d6d6;
  transition: all .3s;
  vertical-align: middle;
}
.com-pages a:first-of-type,
.com-pages a:last-of-type {
  width: 85px;
  color: #ea925e;
  background: #333;
}
.com-pages a:first-of-type:before,
.com-pages a:last-of-type:before {
  content: '上一页';
  display: block;
  width: 100%;
  height: 100%;
}
.com-pages a:last-of-type:before {
  content: '下一页';
}
.com-pages a:hover {
  color: #fff;
  background-color: #ea925e;
}
.com-pages span {
  color: #fff;
  background: #ea925e;
}
.com-pages label {
  display: none;
}
.news {
  padding-top: 60px;
}
.news.index-news .main {
  border: none;
}
.news.index-news .main li .txt h4 {
  color: #333;
}
.news.index-news .main li .txt p {
  color: #666;
}
.news.index-news .main li .txt span {
  color: #676767;
}
.news.index-news .main li .txt .more {
  border-color: #bfbfbf;
}
.news.index-news .main li .txt .more:after {
  border-color: #000;
}
.news.index-news .main li:hover h4 {
  color: #ea925e;
}
.contact .page-title h3 {
  font-size: 32px;
}
.contact .main {
  border: 1px solid #d2d2d2;
}
.contact .main li ~ li {
  border-left: 1px solid #d2d2d2;
}
.contact .main li .box {
  height: 165px;
  padding-left: 1.75vw;
  padding-top: 5.5vw;
  background-repeat: no-repeat;
  background-position: 35px 30px;
  text-align: left;
}
.contact .main li h4 {
  line-height: 25px;
  padding-left: 45px;
  text-indent: -3em;
}
.contact .main li h4 span {
  color: #ea925e;
}
.contact-all .main .row {
  height: 400px;
}
.contact-all .main .row .img {
  width: calc(50% + 3vw);
}
.contact-all .main .row .txt {
  width: calc(50% - 3vw);
  padding-left: 3vw;
}
.contact-all .main .row .txt .box {
  height: 100%;
}
.contact-all .main .row h4 {
  height: 3.5vw;
  margin-bottom: 2vw;
  font-size: 32px;
  border-bottom: 1px dashed #b5b5b5;
}
.contact-all .main .row .con p {
  color: #666;
  line-height: 34px;
}
.contact-message .main .txt {
  width: calc(50% - 5vw);
  padding-right: 2.5vw;
}
.contact-message .main .img {
  width: calc(50% + 5vw);
  height: 420px;
}
.contact-message .main li {
  margin-bottom: 20px;
}
.contact-message .main input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 15px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.contact-message .main textarea {
  width: 100%;
  height: 180px;
  padding: 25px 30px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.contact-message .main .sub {
  display: block;
  width: 150px;
  line-height: 40px;
  margin-top: 35px;
  text-align: center;
  background-color: #ea925e;
}
#map {
  width: 100%;
  height: 510px;
}
#map td {
  box-sizing: content-box;
}
.job .main li {
  overflow: hidden;
  background: #fff;
}
.job .main li:nth-child(2n - 1) {
  background-color: #f4f4f4;
}
.job .main li:nth-child(1) {
  border-top: 1px solid #dcdcdc;
}
.job .main li .tit p {
  line-height: 70px;
}
.job .main li:nth-child(1) .tit p {
  color: #666;
  line-height: 65px;
  background: #eee;
}
.job .main li .tit {
  color: #666;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.job .main li.active .tit,
.job .main li .tit:hover {
  color: #fff;
  background: #ea925e;
}
.job .main li .tit span:after {
  content: '+';
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%);
}
.job .main li.active .tit span:after {
  content: '-';
  color: #fff;
}
.job .main li .con {
  display: none;
  padding: 4vw 7.5vw;
  background: #fff;
}
.job .main li .con p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.related-title {
  text-align: center;
}
.related-title h3 {
  height: 50px;
  font-size: 28px;
}
.related-title h4 {
  height: 60px;
  color: #666;
  font-size: 14px;
}
.related .main {
  width: 100%;
  position: relative;
}
.related .swiper-button-next,
.related .swiper-button-prev {
  left: -50px;
  width: 40px;
  height: 40px;
  background: #999;
}
.related .swiper-button-next:hover,
.related .swiper-button-prev:hover {
  background: #ea925e;
}
.related .swiper-button-next {
  left: auto;
  right: -50px;
}
.related .swiper-button-next:after,
.related .swiper-button-prev:after {
  width: 6px;
  height: 6px;
  border-color: #fff;
}
.pro-related li {
  text-align: center;
}
.case-related .txt {
  background: #fff;
}
.links {
  margin: 30px 0;
  line-height: 1.5;
  color: #999;
  font-size: 16px;
}
.links a {
  margin-right: 1vw;
  color: #999;
  font-size: 16px;
}
.links a:hover {
  color: #ea925e;
  text-decoration: underline;
}
.footer {
  padding-top: 60px;
  color: #787878;
  font-size: 14px;
  background-color: #000;
}
.footer dl {
  float: left;
  margin-right: 4.5vw;
  margin-bottom: 30px;
  text-align: left;
}
.footer dl:last-child {
  margin-right: 0;
}
.footer dt {
  height: 40px;
  color: #adadad;
  font-size: 16px;
  position: relative;
}
.footer dd a {
  display: block;
  height: 30px;
}
.footer .phone h4 {
  height: 35px;
}
.footer .phone h5 {
  height: 40px;
  color: #ea925e;
  font-size: 26px;
}
.footer .phone p {
  padding-left: 20px;
  background: url(../images/icon_addr01.png) left center no-repeat;
}
.footer .phone img {
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #fff;
}
.footer .phone p {
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.footer .copy {
  margin-top: 20px;
  line-height: 60px;
  border-top: 1px solid #292929;
}
.footer .copy span,
.footer .copy a {
  display: inline;
  margin: 0 5px;
}
.footer a {
  transition: all .3s;
}
.footer a:hover {
  color: #ea925e;
  transform: translateX(4px);
  opacity: 1;
}
.hvr1.hvr1 .img {
  background: #000;
  position: relative;
}
.hvr1.hvr1 .img img {
  transition: all .5s;
}
.hvr1.hvr1 .img:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1 .img:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 35px;
  right: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1:hover img {
  opacity: .8;
}
.hvr1.hvr1:hover .img:before {
  transform: scaleX(1);
}
.hvr1.hvr1:hover .img:after {
  transform: scaleY(1);
}
.hover-img-big .img {
  overflow: hidden;
}
.hover-img-big .img img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.04);
}
.hover-color.hover-color h4 {
  transition: all .3s;
}
.hover-color.hover-color:hover h4 {
  color: #ea925e;
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform: rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}
.hover-left-move:hover {
  right: -4px;
}
.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.flash {
  overflow: hidden;
  width: 380px;
  height: 230px;
  position: relative;
}
.flash em {
  cursor: pointer;
  height: 230px;
  width: 380px;
  left: -380px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0s;
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.flash:hover em {
  left: 380px;
  transition: all 0.7s;
}
.flip img {
  width: 380px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}
.flip span {
  position: absolute;
  width: 380px;
  height: 230px;
  background: #e1e1e1;
  line-height: 230px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  left: 0;
  top: 0;
}
.flip:hover img {
  transform: rotateY(180deg);
}
.flip:hover span {
  transform: rotateY(0deg);
}
.up span {
  height: 40px;
  bottom: -40px;
  display: block;
  background: #333;
  transition: all 0.5s;
  line-height: 40px;
  color: #fff;
}
.up:hover img {
  margin-top: -40px;
  transition: all 0.5s;
}
.panorama {
  background-image: url(http://7vilbi.com1.z0.glb.clouddn.com/blog/6608185829213862083.jpg);
  background-size: auto 100%;
  cursor: pointer;
  animation: panorama 10s linear infinite alternate;
  animation-play-state: paused;
}
.panorama:hover,
.panorama:focus {
  animation-play-state: running;
}
@keyframes panorama {
  to {
    background-position: 100% 0;
  }
}
.border .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border .txt:before,
.border .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border .txt:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border .txt:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border:hover .txt:before,
.border:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border:hover .txt {
  transform: scale(1);
}
.border:hover img {
  opacity: .5;
}
.border2 .txt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border2 .txt:before,
.border2 .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border2 .txt:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border2 .txt:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border2:hover .txt:before,
.border2:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border2:hover .txt {
  transform: scale(1);
}
.border2:hover img {
  opacity: .5;
}
.jitter:hover img {
  animation: tada 1s .2s ease both;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.effect1 {
  perspective: 800px;
}
.effect1 .pic {
  display: block;
  transition: 0.4s;
}
.effect1 .txt {
  position: absolute;
  left: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}
.effect1:hover .pic {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
}
.effect1:hover .txt {
  top: 0;
}
.effectBtn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #4d92d9;
  background-color: #4d92d9;
  text-decoration: none;
  transition: 0.4s;
}
.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 20px;
}
.effect2 {
  perspective: 500px;
  z-index: 5;
}
.effect2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  z-index: -1;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  opacity: 0;
}
.effect2:hover .txt {
  transform: none;
  opacity: 1;
}
.effect2:hover img {
  transform: translateY(-100%);
}
.effect3 {
  perspective: 500px;
  overflow: visible;
}
.effect3 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 70%;
  padding: 5% 20% 5% 10%;
  transition: 0.6s;
  transform: translateX(-100%);
  opacity: 0;
}
.effect3:hover .txt {
  transform: translateX(0px);
  opacity: 1;
}
.effect3:hover img {
  transform: scale(0.5) translateX(100%);
  position: relative;
  z-index: 9;
}
.effect4 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 70%;
  width: 80%;
  padding: 25% 10% 5% 10%;
  transition: 0.6s;
  transform: translateY(100%);
  opacity: 0;
}
.effect4:hover .txt {
  transform: translateY(0px);
  opacity: 1;
}
.effect4:hover img {
  transform: scale(0.3) translateY(-100%);
  position: relative;
  z-index: 9;
}
.effect5 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 90%;
  padding: 5%;
  transition: 0.6s;
  opacity: 0;
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: right center 0;
  width: 40%;
}
.effect5 img {
  position: relative;
  right: 0;
}
.effect5:hover .txt {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 5;
}
.effect5:hover img {
  right: 50%;
}
.effect6 {
  border: 5px solid #eee;
}
.effect6 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 90%;
  padding: 5% 15%;
  transition: 0.6s;
  transform: scale(0);
  backface-visibility: hidden;
}
.effect6:hover .txt {
  transform: scale(1);
  border-radius: 50% 0 50% 0;
}
.effect6:hover img {
  transform: scale(1.1);
}
.button1 {
  background: #555;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 0 10px;
}
.btn:hover {
  text-decoration: none;
}
.btn1 {
  background: #ea925e;
  font-weight: 100;
}
.btn1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}
.btn1:hover {
  background: #ea925e;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
  transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}
.btn2 {
  letter-spacing: 0;
}
.btn2:hover,
.btn2:active {
  letter-spacing: 5px;
}
.btn2:after,
.btn2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255,255,255,0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn2:hover:after,
.btn2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.btn2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn3 {
  background: #ea925e;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn3:hover {
  background: #ea925e;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 1px 1px 2px rgba(255,255,255,0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn4 span {
  z-index: 20;
}
.btn4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 50px;
  z-index: 10;
}
.btn4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.btn5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 1px solid;
  outline-color: rgba(255,255,255,0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
  transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.btn5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.2);
  outline-color: rgba(255,255,255,0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
.btn-hvr:before,
.btn-hvr:after {
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn-hvr {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.btn-hvr0 {
  color: #9a3789;
}
.btn-hvr0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #ea925e;
}
.btn-hvr0:hover {
  color: #e1c4dc;
}
.btn-hvr0:hover:before {
  width: 250px;
}
.btn-hvr1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #ea925e transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr1:hover {
  color: #ecdcd4;
}
.btn-hvr1:hover:after {
  border-width: 330px 330px 0 0;
}
.btn-hvr1:active {
  background: #b27254;
}
.btn-hvr1-2 {
  color: #bc4b41;
}
.btn-hvr1-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6a1a13;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr1-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #6a1a13 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr1-2:hover {
  color: #ebcac7;
}
.btn-hvr1-2:hover:before {
  border-width: 206.25px 0 0 206.25px;
}
.btn-hvr1-2:hover:after {
  border-width: 0 0 206.25px 206.25px;
}
.btn-hvr1-2:active {
  background: #b02b20;
}
.btn-hvr2 {
  color: #48a6b1;
}
.btn-hvr2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #185a62;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #185a62 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr2:hover {
  color: #c9e5e8;
}
.btn-hvr2:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr2:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr2:active {
  background: #2896a3;
}
.btn-hvr3 {
  color: #ad96a0;
}
.btn-hvr3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #5f4f56;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #5f4f56 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #5f4f56 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #5f4f56 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr3:hover {
  color: #e7e0e3;
}
.btn-hvr3:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr3:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr3:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-hvr3:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-hvr3:active {
  background: #9e838f;
}
.btn-hvr4 {
  color: #8d53b3;
}
.btn-hvr4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #492064 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #492064;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr4:before,
.btn-hvr4:after {
  border-color: #492064;
}
.btn-hvr4 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #492064 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr4 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #492064 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr4 span:before,
.btn-hvr4 span:after {
  border-color: #492064;
}
.btn-hvr4:hover {
  color: #decde9;
}
.btn-hvr4:hover:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:active {
  background: #7935a6;
}
.btn-hvr5 {
  color: #808695;
}
.btn-hvr5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr5:hover {
  color: #dadce0;
}
.btn-hvr5:hover:before,
.btn-hvr5:hover:after {
  border-width: 80px 262.5px;
}
.btn-hvr5:active {
  background: #697182;
}
.btn-hvr6 {
  color: #80629f;
}
.btn-hvr6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #402a55;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
.btn-hvr6:hover {
  color: #dad1e3;
}
.btn-hvr6:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-hvr6:active {
  background: #6a468e;
}
.btn-hvr7 {
  color: #27692b;
}
.btn-hvr7:before,
.btn-hvr7:after,
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
}
.btn-hvr7:before {
  left: 0;
}
.btn-hvr7:after {
  left: 125px;
}
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  top: auto;
  bottom: 0;
}
.btn-hvr7 span:before {
  left: 62.5px;
}
.btn-hvr7 span:after {
  left: 187.5px;
}
.btn-hvr7:hover {
  color: #333;
}
.btn-hvr7:hover:before,
.btn-hvr7:hover:after,
.btn-hvr7:hover span:before,
.btn-hvr7:hover span:after {
  height: 80px;
}
.btn-hvr7:active {
  background: #014f06;
}
.btn-hvr8 {
  color: #333;
}
.btn-hvr8:before,
.btn-hvr8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: #ea925e;
}
.btn-hvr8:after {
  top: auto;
  bottom: 0;
}
.btn-hvr8:hover:before,
.btn-hvr8:hover:after {
  height: 40px;
}
.btn-hvr8:active {
  background: #325f98;
}
.btn-hvr9 {
  color: #c93a8e;
}
.btn-hvr9:before,
.btn-hvr9:after,
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: rgba(115,14,73,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr9:after,
.btn-hvr9 span:before {
  top: auto;
  bottom: 0;
}
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr9:hover {
  color: #efc5de;
}
.btn-hvr9:hover:before,
.btn-hvr9:hover:after,
.btn-hvr9:hover span:before,
.btn-hvr9:hover span:after {
  height: 80px;
}
.btn-hvr9:active {
  background: #c0177a;
}
.btn-hvr10 {
  color: #8f5c82;
}
.btn-hvr10:before,
.btn-hvr10:after,
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(74,38,65,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr10:after,
.btn-hvr10 span:before {
  left: auto;
  right: 0;
}
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr10:hover {
  color: #decfda;
}
.btn-hvr10:hover:before,
.btn-hvr10:hover:after,
.btn-hvr10:hover span:before,
.btn-hvr10:hover span:after {
  width: 250px;
}
.btn-hvr10:active {
  background: #7b3f6c;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-hvr11 {
  position: relative;
  color: #9a7cba;
}
.btn-hvr11:before,
.btn-hvr11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #8865ae;
  border-radius: 50%;
}
.btn-hvr11:before {
  left: -20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-hvr11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-hvr11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.sea-product ul.mycol {
  margin: 0 -10px;
}
.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sea-product li {
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}
.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
.sea-product li img {
  max-width: 80%;
  max-height: 80%;
}
.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1700px) {
  .w1600 {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .w {
    width: 1200px;
  }
  .w1600 {
    width: 1200px;
  }
}
@media (max-width: 1400px) {
  .header .nav li {
    margin-right: 1.5vw;
  }
  .header.top .nav {
    width: calc(100% - 300px);
  }
  .header.top .nav li {
    margin: 0 2vw;
  }
  .header .nav li > a .en {
    font-size: 12px;
  }
}
